projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e9530e
)
(font_load_for_lface): Cancel previous change.
author
Kenichi Handa
<handa@m17n.org>
Tue, 21 Apr 2009 06:46:27 +0000
(06:46 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 21 Apr 2009 06:46:27 +0000
(06:46 +0000)
src/font.c
patch
|
blob
|
history
diff --git
a/src/font.c
b/src/font.c
index d3ebbf54f14a7b228d3d9238454ff7af15e873de..c9f8b3e2d82db82057f7153a5cbe17bf51e7606e 100644
(file)
--- a/
src/font.c
+++ b/
src/font.c
@@
-3437,8
+3437,7
@@
font_load_for_lface (f, attrs, spec)
{
Lisp_Object entity;
- /* We assume that a font that supports 'A' supports ASCII chars. */
- entity = font_find_for_lface (f, attrs, spec, 'A');
+ entity = font_find_for_lface (f, attrs, spec, -1);
if (NILP (entity))
{
/* No font is listed for SPEC, but each font-backend may have